From b2b427c9a6a5a5e822d3e0204917732ac49cf861 Mon Sep 17 00:00:00 2001 From: Carlos Laviola Date: Mon, 13 Oct 2014 19:16:54 +0000 Subject: [PATCH] fix-spell-errors This patch fixes spell errors detected by linitian. Gbp-Pq: Name fix-spell-errors.patch --- fpcsrc/ide/fphelp.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpcsrc/ide/fphelp.pas b/fpcsrc/ide/fphelp.pas index ac300ffe..b675fcc8 100644 --- a/fpcsrc/ide/fphelp.pas +++ b/fpcsrc/ide/fphelp.pas @@ -96,7 +96,7 @@ const hint_systemmenu = 'System menu'; hint_update = 'Refresh and redraw display'; hint_about = 'Show version and copyright information'; - hint_filemenu = 'File managment commands (Open, New, Save, etc.)'; + hint_filemenu = 'File management commands (Open, New, Save, etc.)'; hint_filenew = 'Create a new file in a new edit window'; hint_filenewfromtemplate='Create a new file using a code template'; hint_fileopen = 'Locate and open a file in an edit window'; @@ -194,7 +194,7 @@ const hint_openini = 'Load a previously saved options file'; hint_saveini = 'Save all the changes made in the options menu'; hint_saveasini = 'Save all the changes made under a different name'; - hint_windowmenu = 'Windows managment commands'; + hint_windowmenu = 'Windows management commands'; hint_tile = 'Arrange windows on desktop by tiling'; hint_cascade = 'Arrange windows on desktop by cascading'; hint_closeall = 'Close all windows on the desktop'; -- 2.30.2